Conversation
djjuhasz
commented
Jan 16, 2026
- Copy Makefile changes from preprocessing-sfa
- Fix copy/paste error for "preprocessing-base/internal/enums"
- Re-order targets alphabetically
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
===========================================
+ Coverage 34.44% 45.57% +11.12%
===========================================
Files 7 6 -1
Lines 299 226 -73
===========================================
Hits 103 103
+ Misses 194 121 -73
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Makefile to align it with changes from the preprocessing-sfa project and fixes a copy/paste error where the wrong repository name was referenced in the IGNORED_PACKAGES variable. The targets are also reorganized alphabetically for better maintainability.
Changes:
- Fixed incorrect repository reference in IGNORED_PACKAGES from "preprocessing-sfa" to "preprocessing-base"
- Added new
fmttarget for formatting Go files with golangci-lint - Reordered Makefile targets alphabetically (deps before env, list-ignored-packages before list-tested-packages)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Copy Makefile changes from preprocessing-sfa - Fix copy/paste error for "preprocessing-base/internal/enums" - Re-order targets alphabetically
2e53bd6 to
b60a5dd
Compare
|
@jraddaoui yes it would be nice to add bine for tool management at some point. I just tried to copy to current state of |